home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Lyapunov / Makefile < prev    next >
Encoding:
Makefile  |  1992-07-31  |  940 b   |  42 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Lyapunov
  11.  
  12. INTERFACES = HelpPanel.nib InfoPanel.nib Lyapunov.nib
  13. CLASSES = ColorMap.m ColorMapView.m InfoController.m LyapunovView.m
  14. MFILES = Lyapunov_main.m
  15. TIFFFILES = Lyapunov.tiff
  16. OTHERSRCS = README
  17. APPICON = Lyapunov.tiff
  18. DOCICONS = ColorMap.tiff
  19.  
  20. SOURCEMODE = 444
  21.  
  22. LIBS = -lNeXT_s -lsys_s
  23. DEBUG_LIBS = $(LIBS)
  24. PROF_LIBS = -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app Lyapunov.tiff \
  28.         -sectcreate __ICON map ColorMap.tiff
  29. APPWRAPPER = YES
  30. NOMACHO = YES
  31.  
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34.  
  35. -include Makefile.preamble
  36.  
  37. include $(MAKEFILEDIR)/app.make
  38.  
  39. -include Makefile.postamble
  40.  
  41. -include Makefile.dependencies
  42.